home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A Brief History of Time - An Interactive Adventure
/
A Brief History of Time: An Interactive Adventure.iso
/
pc
/
06.dir
/
00320_Script_320
< prev
next >
Wrap
Text File
|
1995-07-27
|
505b
|
20 lines
on exitFrame
global gLastRolledOn, gMoviePlayed
global gCastOfSprite15, gTimeCounter
global gDestLabel
puppetizerMan
puppetSprite 28, True
set gCastOfSprite15 = the name of cast (the castnum of sprite 15)
set gLastRolledOn = 0
set the timeoutScript to "FlyThruNew"
starttimer
set gTimeCounter = 1
repeat with i = 1 to 7
set lLabel = "Dest"&&string(i)
if label(lLabel) = the frame then
set gDestLabel = i
exit repeat
end if
end repeat
end